Value of the specified cache entry. 


 
            
            
            
            
            
            
            
            public override  Get<>( 
   string ,
   string 
)
             
        
            
            'Declaration
 
Public Overloads Overrides Function Get(Of )( _
   ByVal  As String, _
   ByVal  As String _
) As 
             
        
            
            'Usage
 
Dim instance As FileCache
Dim key As String
Dim regionName As String
Dim value As 
 
value = instance.Get(Of T)(key, regionName)
             
        
            
            
            
        
            
            @Override
public <T> T get(String key, Class<?> classOfT, String regionName)
            
             
        
            
            public:
 Getgeneric<typename >
( 
   String^ ,
   String^ 
) override 
             
        
             
        
            Parameters
- key
 
- Unique identifier of the cache item.
 - regionName
 
- Optional name of a region in cache.
 
            Type Parameters
- T
 
            Return Value
The value of the specified entry if found, otherwise; null.